*{
    list-style: none;
    text-decoration: none !important;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
@font-face {
    font-family: BebasNeue;
    src: url(../font/BebasNeue-Regular.ttf);
}
body{
    font-family: proxima-nova, sans-serif;
    font-style: normal;
    font-weight: 400;
    background-image: linear-gradient(90deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.75) 100%), url(../image/bg-img.jpg);
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
:root{
    --color: #ea7924;
    --color-2: #221f20;
    --color-3: #eca621;
    --color-4: #661f13;
    --color-5: #c94a26;
    --text-color: #fff;
}
.row{
    --bs-gutter-x: 0;
}
ul{
    padding-left: 0;
    margin-bottom: 0;
}
p{
    margin-bottom: 0;
}
h2{
    font-weight: 900;
}
.my_section{
    padding: 50px 0;
}
.section_head{
    text-align: center;
}
.section_head h2{
    color: #ea7924;
    font-size: 38px;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.section_head p{
    color: #ddd;
    font-size: 17px;
    margin-bottom: 30px !important;
}
.order_btn{
    color: var(--text-color);
    background: var(--color);
    border-radius: 5px;
    font-weight: bold;
    transition: all ease 0.4s;
}
.view_btn{
    color: var(--text-color);
    background: var(--color);
    border-radius: 25px;
    font-weight: bold;
    transition: all ease 0.4s;
}
.order_btn:hover,
.view_btn:hover{
    color: var(--text-color);
    background: var(--color-5);
}




/* ==========
navigation section
=========== */
.navigation_section{
    background: var(--color-2);
    position: sticky;
    top: 0;
    z-index: 999;
}
.navbar{
    padding: 0;
}
.navbar-brand{
    width: 70px;
}
.navbar-brand img{
    width: 100%;
}
.navbar-nav .nav-item .nav-link{
    color: var(--text-color);
    text-transform: uppercase;
    font-weight: 600;
}
.navbar-nav .nav-item .nav-link:hover{
    color: var(--color);
}
.navbar-nav .nav-item .btn{
    margin-left: 20px;
}
.navbar-nav .nav-item .active{
    color: var(--color);
}








/* ==========
slider section
=========== */
.carousel-item{
    height: 80vh;
    overflow: hidden;
}
.carousel-item img{
    height: 100%;
    object-fit: cover;
}
.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 0;
    padding-bottom: 0;
    color: #fff;
    text-align: left !important;
    background: #1d1b1c90;
    width: 100%;
    height: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.carousel-caption h2{
    font-size: 40px;
}
.carousel-caption .btn{
    margin-top: 15px;
}
button.carousel-control-prev span i,
button.carousel-control-next span i {
    font-size: 25px;
    color: var(--color);
}
.carousel-indicators [data-bs-target] {
    width: 15px;
    height: 15px;
    background-color: var(--color);
    border-radius: 50%;
}








/* ==========
Our food section
=========== */
.our_food_section{
    background: var(--color-2);
}
.our_food_section .row{
    --bs-gutter-x: 1.5rem;
}
.our_all {
    margin-bottom: 20px;
    height: 230px;
}
.our_img {
    width: 100%;
    height: 100%;
}
.our_img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.our_all:nth-child(1) .our_img img{
    border-radius: 10px 0 0 0;
}
.our_all:nth-child(3) .our_img img{
    border-radius: 0 10px 0 0;
}
.our_all:nth-child(4) .our_img img{
    border-radius: 0 0 0 10px;
}
.our_all:nth-child(6) .our_img img{
    border-radius: 0 0 10px 0;
}
.our_food_section a.btn{
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 30px;
}







/* ==========
none side section
=========== */
.none_side_section .row{
    padding: 50px 0;
}
.none_side_section .row h2{
    color: var(--color-3);
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.none_side_section .row p{
    color: #ddd;
    margin-bottom: 30px !important;
    font-size: 18px;
}







/* ==========
Gallery section
=========== */
.gallery {
    background: var(--color-2);
}
.gallery .row{
    --bs-gutter-x: .5rem;
}
.gallery .gallery-item {
    overflow: hidden;
    /* border-right: 3px solid #fff;
    border-bottom: 3px solid #fff; */
    height: 250px;
}

.gallery .gallery-item img {
    transition: all ease-in-out 0.4s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery .gallery-item:hover img {
    transform: scale(1.1); 
}








/* ==========
review section
=========== */
.review_section{
    background-image: linear-gradient(90deg, #221f20ce 0%, #221f20ce 100%), url(../image/Process-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.review_box{
    padding: 10px 20px;
}
.review_box h3{
    color: var(--color-5);
    font-weight: bold;
    font-size: 28px;
}
.review_box p{
    color: #ddd;
    font-size: 20px;
}
.form-control:focus{
    border-color: var(--color-5);
    box-shadow: none;
}
.modal-body form textarea{
    width: 100%;
    height: 70px;
    padding: 5px;
    outline: 0;
    border-radius: 4px;
    transition: all ease 0.4s;
}
.modal-body form textarea:focus{
    border-color: var(--color-5);
}
.review_star{
    align-items: center;
}
.review_star i{
    margin-right: 5px;
    color: #c9c9c9;
    cursor: pointer;
}









/* ==========
Footer section
=========== */
.footer_section{
    background: var(--color-4);
}
.footer_box .footer_logo img{
    width: 60%;
    margin-bottom: 15px;
}
.footer_head h3{
    font-weight: bold;
    color: #f3f3f3;
    margin-bottom: 25px;
}
.footer_box p{
    color: #ddd;
}
.footer_box .link ul li{
    margin-bottom: 5px;
}
.footer_box .link ul li a,
.footer_box .link ul li{
    color: #ececec;
    font-size: 17px;
    transition: all ease 0.4s;
}
.footer_box .link ul li a:hover{
    margin-left: 7px;
}
.footer_box .link .social_link a i{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: var(--color-2);
    border-radius: 50%;
    font-size: 22px;
    color: var(--text-color);
    margin-right: 7px;
    transition: all ease 0.4s;
}
.footer_box .link .social_link a i:hover{
    color: var(--color-2);
    background: var(--text-color);
}








/* ==========
copyright section
=========== */
.copyright_section{
    background: var(--color-2);
}
.copyright_section .copyright_text p{
    color: #c0c0c0;
    margin-bottom: 3px;
}
.copyright_section .copyright_text p a{
    color: var(--color);
    margin-bottom: 3px;
}